      SubstepInfo    C:\Users\KatachiHome\AppData\Roaming\MAXON\CINEMA 4D R13_05DFD2A0\plugins\DPIT Plants & Effex 2.0\res\help\EN\Effex\fx_api_classes_global_substepinfo.html   l                                     default.tif                  Object Header    <br><img src="../../img/api/substepinfo.jpg" border="0"">
<hr line>
This struct contains information about substeps done by the framework
<br></br>           [code]double delta     ZThe delta (difference) time given in seconds between the previous and the current substep                   [code]double stepfrac     IThe current substep delta time given as a fraction (between 0.0 and 1.0)                   [code]unsigned char substep     .The current substep index (always < substeps)                   [code]unsigned char substeps     hThe maximum amount of substeps. This is only validly useful if the user is not using adaptive stepping.                   "[code]unsigned char min_substeps     ;This is the minimum amount of substeps the framework uses.                   [code]bool laststep     ;This is true if the current substep is the last one taken.                                              